home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
frogger.swf
/
scripts
/
DefineSprite_231
/
frame_20
/
DoAction.as
Wrap
Text File
|
2005-01-07
|
470b
|
22 lines
w1_x = getProperty("/wasser9", _X) + "25";
w2_x = getProperty("/wasser9", _X) - "25";
frog_x = getProperty("/frosch", _X);
frog_y = getProperty("/frosch", _Y);
if(frog_y < "97" and "82" < frog_y and frog_x < w1_x and w2_x < frog_x)
{
tellTarget("/frosch")
{
gotoAndStop("dead");
play();
}
tellTarget("/steuerung")
{
gotoAndStop("aus");
play();
}
tellTarget("/restzeit")
{
gotoAndPlay(1);
}
}